home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
ADOS Guide
/
ADOS commands
/
Get
< prev
next >
Wrap
Text File
|
1998-02-16
|
468b
|
23 lines
--AMIGADOS GUIDE V2.5--
GET
USE:
This command is similar to GETENV but it retrieves the value of a LOCAL
environmental variable.
PATH:
Internal
SYSTEM:
2.0, 2.1, 3.0
EXAMPLES:
1>ECHO "Test is $ test"
Test is local
NOTES:
The Doller ($) operator in the above example informs AmigaDOS to read
and display the test variable.
(see also GETENV covered in Commands)